home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / ALL96.LZH / t0111 / text0020.txt < prev    next >
Encoding:
Text File  |  1996-03-07  |  1.3 KB  |  35 lines

  1. On Wed, 10 Jan 1996, Simon Kagedal wrote:
  2.  
  3. > Magnus Kollberg wrote:
  4. > > Will an networkdriver in C do the job?
  5. > Maybe if we use these modular network drivers, the modules could be made
  6. > in C (with gcc -O2 it would propably be fast enough?) and then in some way
  7. > the functions could be put toghether in a library readable by Bad Mood, I
  8. > don't know exactly how this could be done though...
  9.  
  10. Propably can't be done. From what I've seen, Bad Mood is written very 
  11. much like a demo, i.e. it relies very much on the fact that the machine 
  12. is always in a known state. Involving OS serial comms and some C drivers 
  13. would not only slow things down very much, but the OS involvement and the 
  14. fact the the machine will not always be in a known state will slow things 
  15. down even further.
  16.  
  17. (the following is not directly aimed at you, Simon)
  18.  
  19. Let's not wander of in wonder-wonderland imagning things about what can 
  20. be done. I would say that the best bet in getting anything to work at all 
  21. is to use direct hardware accesses to the MIDI interface, it is a well 
  22. documented interface that hasn't changed very much since the ST's so we 
  23. have some pretty good proof it works with not too much work (MidiMaze and 
  24. SubStation).
  25.  
  26. Somethimes choke on my Coca Cola when I read some of the more "in the 
  27. blue" suggestions.
  28.  
  29. -- 
  30. Elias Martenson
  31. elias@omicron.se
  32.  
  33.